1,1,19,0,0.109414," ","integrate(tan(d*x+c),x)","\begin{cases} \frac{\log{\left(\tan^{2}{\left(c + d x \right)} + 1 \right)}}{2 d} & \text{for}\: d \neq 0 \\x \tan{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((log(tan(c + d*x)**2 + 1)/(2*d), Ne(d, 0)), (x*tan(c), True))","A",0
2,1,15,0,0.135313," ","integrate(tan(d*x+c)**2,x)","\begin{cases} - x + \frac{\tan{\left(c + d x \right)}}{d} & \text{for}\: d \neq 0 \\x \tan^{2}{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((-x + tan(c + d*x)/d, Ne(d, 0)), (x*tan(c)**2, True))","A",0
3,1,32,0,0.176306," ","integrate(tan(d*x+c)**3,x)","\begin{cases} - \frac{\log{\left(\tan^{2}{\left(c + d x \right)} + 1 \right)}}{2 d} + \frac{\tan^{2}{\left(c + d x \right)}}{2 d} & \text{for}\: d \neq 0 \\x \tan^{3}{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((-log(tan(c + d*x)**2 + 1)/(2*d) + tan(c + d*x)**2/(2*d), Ne(d, 0)), (x*tan(c)**3, True))","A",0
4,1,27,0,0.214546," ","integrate(tan(d*x+c)**4,x)","\begin{cases} x + \frac{\tan^{3}{\left(c + d x \right)}}{3 d} - \frac{\tan{\left(c + d x \right)}}{d} & \text{for}\: d \neq 0 \\x \tan^{4}{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((x + tan(c + d*x)**3/(3*d) - tan(c + d*x)/d, Ne(d, 0)), (x*tan(c)**4, True))","A",0
5,1,44,0,0.343559," ","integrate(tan(d*x+c)**5,x)","\begin{cases} \frac{\log{\left(\tan^{2}{\left(c + d x \right)} + 1 \right)}}{2 d} + \frac{\tan^{4}{\left(c + d x \right)}}{4 d} - \frac{\tan^{2}{\left(c + d x \right)}}{2 d} & \text{for}\: d \neq 0 \\x \tan^{5}{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((log(tan(c + d*x)**2 + 1)/(2*d) + tan(c + d*x)**4/(4*d) - tan(c + d*x)**2/(2*d), Ne(d, 0)), (x*tan(c)**5, True))","A",0
6,1,39,0,0.462652," ","integrate(tan(d*x+c)**6,x)","\begin{cases} - x + \frac{\tan^{5}{\left(c + d x \right)}}{5 d} - \frac{\tan^{3}{\left(c + d x \right)}}{3 d} + \frac{\tan{\left(c + d x \right)}}{d} & \text{for}\: d \neq 0 \\x \tan^{6}{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((-x + tan(c + d*x)**5/(5*d) - tan(c + d*x)**3/(3*d) + tan(c + d*x)/d, Ne(d, 0)), (x*tan(c)**6, True))","A",0
7,1,56,0,0.674899," ","integrate(tan(d*x+c)**7,x)","\begin{cases} - \frac{\log{\left(\tan^{2}{\left(c + d x \right)} + 1 \right)}}{2 d} + \frac{\tan^{6}{\left(c + d x \right)}}{6 d} - \frac{\tan^{4}{\left(c + d x \right)}}{4 d} + \frac{\tan^{2}{\left(c + d x \right)}}{2 d} & \text{for}\: d \neq 0 \\x \tan^{7}{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((-log(tan(c + d*x)**2 + 1)/(2*d) + tan(c + d*x)**6/(6*d) - tan(c + d*x)**4/(4*d) + tan(c + d*x)**2/(2*d), Ne(d, 0)), (x*tan(c)**7, True))","A",0
8,1,51,0,0.922096," ","integrate(tan(d*x+c)**8,x)","\begin{cases} x + \frac{\tan^{7}{\left(c + d x \right)}}{7 d} - \frac{\tan^{5}{\left(c + d x \right)}}{5 d} + \frac{\tan^{3}{\left(c + d x \right)}}{3 d} - \frac{\tan{\left(c + d x \right)}}{d} & \text{for}\: d \neq 0 \\x \tan^{8}{\left(c \right)} & \text{otherwise} \end{cases}"," ",0,"Piecewise((x + tan(c + d*x)**7/(7*d) - tan(c + d*x)**5/(5*d) + tan(c + d*x)**3/(3*d) - tan(c + d*x)/d, Ne(d, 0)), (x*tan(c)**8, True))","A",0
9,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**(7/2),x)","\int \left(b \tan{\left(c + d x \right)}\right)^{\frac{7}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(7/2), x)","F",0
10,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**(5/2),x)","\int \left(b \tan{\left(c + d x \right)}\right)^{\frac{5}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(5/2), x)","F",0
11,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**(3/2),x)","\int \left(b \tan{\left(c + d x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(3/2), x)","F",0
12,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**(1/2),x)","\int \sqrt{b \tan{\left(c + d x \right)}}\, dx"," ",0,"Integral(sqrt(b*tan(c + d*x)), x)","F",0
13,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c))**(1/2),x)","\int \frac{1}{\sqrt{b \tan{\left(c + d x \right)}}}\, dx"," ",0,"Integral(1/sqrt(b*tan(c + d*x)), x)","F",0
14,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c))**(3/2),x)","\int \frac{1}{\left(b \tan{\left(c + d x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(-3/2), x)","F",0
15,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c))**(5/2),x)","\int \frac{1}{\left(b \tan{\left(c + d x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(-5/2), x)","F",0
16,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c))**(7/2),x)","\int \frac{1}{\left(b \tan{\left(c + d x \right)}\right)^{\frac{7}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(-7/2), x)","F",0
17,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**(4/3),x)","\int \left(b \tan{\left(c + d x \right)}\right)^{\frac{4}{3}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(4/3), x)","F",0
18,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**(2/3),x)","\int \left(b \tan{\left(c + d x \right)}\right)^{\frac{2}{3}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(2/3), x)","F",0
19,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**(1/3),x)","\int \sqrt[3]{b \tan{\left(c + d x \right)}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(1/3), x)","F",0
20,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c))**(1/3),x)","\int \frac{1}{\sqrt[3]{b \tan{\left(c + d x \right)}}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(-1/3), x)","F",0
21,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c))**(2/3),x)","\int \frac{1}{\left(b \tan{\left(c + d x \right)}\right)^{\frac{2}{3}}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(-2/3), x)","F",0
22,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c))**(4/3),x)","\int \frac{1}{\left(b \tan{\left(c + d x \right)}\right)^{\frac{4}{3}}}\, dx"," ",0,"Integral((b*tan(c + d*x))**(-4/3), x)","F",0
23,0,0,0,0.000000," ","integrate((b*tan(d*x+c))**n,x)","\int \left(b \tan{\left(c + d x \right)}\right)^{n}\, dx"," ",0,"Integral((b*tan(c + d*x))**n, x)","F",0
24,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**2)**(5/2),x)","\int \left(b \tan^{2}{\left(c + d x \right)}\right)^{\frac{5}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**2)**(5/2), x)","F",0
25,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**2)**(3/2),x)","\int \left(b \tan^{2}{\left(c + d x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**2)**(3/2), x)","F",0
26,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**2)**(1/2),x)","\int \sqrt{b \tan^{2}{\left(c + d x \right)}}\, dx"," ",0,"Integral(sqrt(b*tan(c + d*x)**2), x)","F",0
27,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**2)**(1/2),x)","\int \frac{1}{\sqrt{b \tan^{2}{\left(c + d x \right)}}}\, dx"," ",0,"Integral(1/sqrt(b*tan(c + d*x)**2), x)","F",0
28,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**2)**(3/2),x)","\int \frac{1}{\left(b \tan^{2}{\left(c + d x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**2)**(-3/2), x)","F",0
29,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**2)**(5/2),x)","\int \frac{1}{\left(b \tan^{2}{\left(c + d x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**2)**(-5/2), x)","F",0
30,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**3)**(5/2),x)","\int \left(b \tan^{3}{\left(c + d x \right)}\right)^{\frac{5}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**3)**(5/2), x)","F",0
31,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**3)**(3/2),x)","\int \left(b \tan^{3}{\left(c + d x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**3)**(3/2), x)","F",0
32,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**3)**(1/2),x)","\int \sqrt{b \tan^{3}{\left(c + d x \right)}}\, dx"," ",0,"Integral(sqrt(b*tan(c + d*x)**3), x)","F",0
33,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**3)**(1/2),x)","\int \frac{1}{\sqrt{b \tan^{3}{\left(c + d x \right)}}}\, dx"," ",0,"Integral(1/sqrt(b*tan(c + d*x)**3), x)","F",0
34,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**3)**(3/2),x)","\int \frac{1}{\left(b \tan^{3}{\left(c + d x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**3)**(-3/2), x)","F",0
35,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**3)**(5/2),x)","\int \frac{1}{\left(b \tan^{3}{\left(c + d x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**3)**(-5/2), x)","F",0
36,0,0,0,0.000000," ","integrate((tan(d*x+c)**4*b)**(5/2),x)","\int \left(b \tan^{4}{\left(c + d x \right)}\right)^{\frac{5}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**4)**(5/2), x)","F",0
37,0,0,0,0.000000," ","integrate((tan(d*x+c)**4*b)**(3/2),x)","\int \left(b \tan^{4}{\left(c + d x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**4)**(3/2), x)","F",0
38,0,0,0,0.000000," ","integrate((tan(d*x+c)**4*b)**(1/2),x)","\int \sqrt{b \tan^{4}{\left(c + d x \right)}}\, dx"," ",0,"Integral(sqrt(b*tan(c + d*x)**4), x)","F",0
39,0,0,0,0.000000," ","integrate(1/(tan(d*x+c)**4*b)**(1/2),x)","\int \frac{1}{\sqrt{b \tan^{4}{\left(c + d x \right)}}}\, dx"," ",0,"Integral(1/sqrt(b*tan(c + d*x)**4), x)","F",0
40,0,0,0,0.000000," ","integrate(1/(tan(d*x+c)**4*b)**(3/2),x)","\int \frac{1}{\left(b \tan^{4}{\left(c + d x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**4)**(-3/2), x)","F",0
41,0,0,0,0.000000," ","integrate(1/(tan(d*x+c)**4*b)**(5/2),x)","\int \frac{1}{\left(b \tan^{4}{\left(c + d x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**4)**(-5/2), x)","F",0
42,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**p)**n,x)","\int \left(b \tan^{p}{\left(c + d x \right)}\right)^{n}\, dx"," ",0,"Integral((b*tan(c + d*x)**p)**n, x)","F",0
43,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**2)**n,x)","\int \left(b \tan^{2}{\left(c + d x \right)}\right)^{n}\, dx"," ",0,"Integral((b*tan(c + d*x)**2)**n, x)","F",0
44,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**3)**n,x)","\int \left(b \tan^{3}{\left(c + d x \right)}\right)^{n}\, dx"," ",0,"Integral((b*tan(c + d*x)**3)**n, x)","F",0
45,0,0,0,0.000000," ","integrate((tan(d*x+c)**4*b)**n,x)","\int \left(b \tan^{4}{\left(c + d x \right)}\right)^{n}\, dx"," ",0,"Integral((b*tan(c + d*x)**4)**n, x)","F",0
46,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**p)**(5/2),x)","\int \left(b \tan^{p}{\left(c + d x \right)}\right)^{\frac{5}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**p)**(5/2), x)","F",0
47,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**p)**(3/2),x)","\int \left(b \tan^{p}{\left(c + d x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((b*tan(c + d*x)**p)**(3/2), x)","F",0
48,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**p)**(1/2),x)","\int \sqrt{b \tan^{p}{\left(c + d x \right)}}\, dx"," ",0,"Integral(sqrt(b*tan(c + d*x)**p), x)","F",0
49,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**p)**(1/2),x)","\int \frac{1}{\sqrt{b \tan^{p}{\left(c + d x \right)}}}\, dx"," ",0,"Integral(1/sqrt(b*tan(c + d*x)**p), x)","F",0
50,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**p)**(3/2),x)","\int \frac{1}{\left(b \tan^{p}{\left(c + d x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**p)**(-3/2), x)","F",0
51,0,0,0,0.000000," ","integrate(1/(b*tan(d*x+c)**p)**(5/2),x)","\int \frac{1}{\left(b \tan^{p}{\left(c + d x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral((b*tan(c + d*x)**p)**(-5/2), x)","F",0
52,0,0,0,0.000000," ","integrate((b*tan(d*x+c)**p)**(1/p),x)","\int \left(b \tan^{p}{\left(c + d x \right)}\right)^{\frac{1}{p}}\, dx"," ",0,"Integral((b*tan(c + d*x)**p)**(1/p), x)","F",0
53,0,0,0,0.000000," ","integrate((a*(b*tan(d*x+c))**p)**n,x)","\int \left(a \left(b \tan{\left(c + d x \right)}\right)^{p}\right)^{n}\, dx"," ",0,"Integral((a*(b*tan(c + d*x))**p)**n, x)","F",0
54,0,0,0,0.000000," ","integrate(sin(b*x+a)**4*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \sin^{4}{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*sin(a + b*x)**4, x)","F",0
55,0,0,0,0.000000," ","integrate(sin(b*x+a)**2*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \sin^{2}{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*sin(a + b*x)**2, x)","F",0
56,0,0,0,0.000000," ","integrate(csc(b*x+a)**2*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \csc^{2}{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*csc(a + b*x)**2, x)","F",0
57,0,0,0,0.000000," ","integrate(csc(b*x+a)**4*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \csc^{4}{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*csc(a + b*x)**4, x)","F",0
58,-1,0,0,0.000000," ","integrate(csc(b*x+a)**6*(d*tan(b*x+a))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
59,-1,0,0,0.000000," ","integrate(sin(b*x+a)**3*(d*tan(b*x+a))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
60,0,0,0,0.000000," ","integrate(sin(b*x+a)*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \sin{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*sin(a + b*x), x)","F",0
61,0,0,0,0.000000," ","integrate(csc(b*x+a)*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \csc{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*csc(a + b*x), x)","F",0
62,0,0,0,0.000000," ","integrate(csc(b*x+a)**3*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \csc^{3}{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*csc(a + b*x)**3, x)","F",0
63,0,0,0,0.000000," ","integrate(csc(b*x+a)**5*(d*tan(b*x+a))**(1/2),x)","\int \sqrt{d \tan{\left(a + b x \right)}} \csc^{5}{\left(a + b x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(a + b*x))*csc(a + b*x)**5, x)","F",0
64,-1,0,0,0.000000," ","integrate(sin(b*x+a)**4*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
65,-1,0,0,0.000000," ","integrate(sin(b*x+a)**2*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
66,-1,0,0,0.000000," ","integrate(csc(b*x+a)**2*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
67,-1,0,0,0.000000," ","integrate(csc(b*x+a)**4*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
68,-1,0,0,0.000000," ","integrate(csc(b*x+a)**6*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
69,-1,0,0,0.000000," ","integrate(sin(b*x+a)**3*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
70,0,0,0,0.000000," ","integrate(sin(b*x+a)*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \sin{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*sin(a + b*x), x)","F",0
71,0,0,0,0.000000," ","integrate(csc(b*x+a)*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \csc{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*csc(a + b*x), x)","F",0
72,-1,0,0,0.000000," ","integrate(csc(b*x+a)**3*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
73,-1,0,0,0.000000," ","integrate(sin(b*x+a)**4*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
74,-1,0,0,0.000000," ","integrate(sin(b*x+a)**2*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
75,-1,0,0,0.000000," ","integrate(csc(b*x+a)**2*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
76,-1,0,0,0.000000," ","integrate(csc(b*x+a)**4*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
77,-1,0,0,0.000000," ","integrate(csc(b*x+a)**6*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
78,-1,0,0,0.000000," ","integrate(sin(b*x+a)**3*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
79,-1,0,0,0.000000," ","integrate(sin(b*x+a)*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
80,-1,0,0,0.000000," ","integrate(csc(b*x+a)*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
81,-1,0,0,0.000000," ","integrate(csc(b*x+a)**3*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
82,-1,0,0,0.000000," ","integrate(csc(b*x+a)**5*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
83,-1,0,0,0.000000," ","integrate(csc(b*x+a)**7*(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
84,0,0,0,0.000000," ","integrate(sin(b*x+a)**4/(d*tan(b*x+a))**(1/2),x)","\int \frac{\sin^{4}{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(sin(a + b*x)**4/sqrt(d*tan(a + b*x)), x)","F",0
85,0,0,0,0.000000," ","integrate(sin(b*x+a)**2/(d*tan(b*x+a))**(1/2),x)","\int \frac{\sin^{2}{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(sin(a + b*x)**2/sqrt(d*tan(a + b*x)), x)","F",0
86,0,0,0,0.000000," ","integrate(csc(b*x+a)**2/(d*tan(b*x+a))**(1/2),x)","\int \frac{\csc^{2}{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(csc(a + b*x)**2/sqrt(d*tan(a + b*x)), x)","F",0
87,0,0,0,0.000000," ","integrate(csc(b*x+a)**4/(d*tan(b*x+a))**(1/2),x)","\int \frac{\csc^{4}{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(csc(a + b*x)**4/sqrt(d*tan(a + b*x)), x)","F",0
88,0,0,0,0.000000," ","integrate(csc(b*x+a)**6/(d*tan(b*x+a))**(1/2),x)","\int \frac{\csc^{6}{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(csc(a + b*x)**6/sqrt(d*tan(a + b*x)), x)","F",0
89,-1,0,0,0.000000," ","integrate(sin(b*x+a)**5/(d*tan(b*x+a))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
90,-1,0,0,0.000000," ","integrate(sin(b*x+a)**3/(d*tan(b*x+a))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
91,0,0,0,0.000000," ","integrate(sin(b*x+a)/(d*tan(b*x+a))**(1/2),x)","\int \frac{\sin{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(sin(a + b*x)/sqrt(d*tan(a + b*x)), x)","F",0
92,0,0,0,0.000000," ","integrate(csc(b*x+a)/(d*tan(b*x+a))**(1/2),x)","\int \frac{\csc{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(csc(a + b*x)/sqrt(d*tan(a + b*x)), x)","F",0
93,0,0,0,0.000000," ","integrate(csc(b*x+a)**3/(d*tan(b*x+a))**(1/2),x)","\int \frac{\csc^{3}{\left(a + b x \right)}}{\sqrt{d \tan{\left(a + b x \right)}}}\, dx"," ",0,"Integral(csc(a + b*x)**3/sqrt(d*tan(a + b*x)), x)","F",0
94,0,0,0,0.000000," ","integrate(sin(b*x+a)**4/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sin^{4}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sin(a + b*x)**4/(d*tan(a + b*x))**(3/2), x)","F",0
95,0,0,0,0.000000," ","integrate(sin(b*x+a)**2/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sin^{2}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sin(a + b*x)**2/(d*tan(a + b*x))**(3/2), x)","F",0
96,0,0,0,0.000000," ","integrate(csc(b*x+a)**2/(d*tan(b*x+a))**(3/2),x)","\int \frac{\csc^{2}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)**2/(d*tan(a + b*x))**(3/2), x)","F",0
97,0,0,0,0.000000," ","integrate(csc(b*x+a)**4/(d*tan(b*x+a))**(3/2),x)","\int \frac{\csc^{4}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)**4/(d*tan(a + b*x))**(3/2), x)","F",0
98,0,0,0,0.000000," ","integrate(csc(b*x+a)**6/(d*tan(b*x+a))**(3/2),x)","\int \frac{\csc^{6}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)**6/(d*tan(a + b*x))**(3/2), x)","F",0
99,-1,0,0,0.000000," ","integrate(sin(b*x+a)**3/(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
100,0,0,0,0.000000," ","integrate(sin(b*x+a)/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sin{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sin(a + b*x)/(d*tan(a + b*x))**(3/2), x)","F",0
101,0,0,0,0.000000," ","integrate(csc(b*x+a)/(d*tan(b*x+a))**(3/2),x)","\int \frac{\csc{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)/(d*tan(a + b*x))**(3/2), x)","F",0
102,0,0,0,0.000000," ","integrate(csc(b*x+a)**3/(d*tan(b*x+a))**(3/2),x)","\int \frac{\csc^{3}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)**3/(d*tan(a + b*x))**(3/2), x)","F",0
103,0,0,0,0.000000," ","integrate(sin(b*x+a)**4/(d*tan(b*x+a))**(5/2),x)","\int \frac{\sin^{4}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(sin(a + b*x)**4/(d*tan(a + b*x))**(5/2), x)","F",0
104,0,0,0,0.000000," ","integrate(sin(b*x+a)**2/(d*tan(b*x+a))**(5/2),x)","\int \frac{\sin^{2}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(sin(a + b*x)**2/(d*tan(a + b*x))**(5/2), x)","F",0
105,0,0,0,0.000000," ","integrate(csc(b*x+a)**2/(d*tan(b*x+a))**(5/2),x)","\int \frac{\csc^{2}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)**2/(d*tan(a + b*x))**(5/2), x)","F",0
106,0,0,0,0.000000," ","integrate(csc(b*x+a)**4/(d*tan(b*x+a))**(5/2),x)","\int \frac{\csc^{4}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)**4/(d*tan(a + b*x))**(5/2), x)","F",0
107,-1,0,0,0.000000," ","integrate(csc(b*x+a)**6/(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
108,-1,0,0,0.000000," ","integrate(sin(b*x+a)**7/(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
109,-1,0,0,0.000000," ","integrate(sin(b*x+a)**5/(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
110,-1,0,0,0.000000," ","integrate(sin(b*x+a)**3/(d*tan(b*x+a))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
111,0,0,0,0.000000," ","integrate(sin(b*x+a)/(d*tan(b*x+a))**(5/2),x)","\int \frac{\sin{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(sin(a + b*x)/(d*tan(a + b*x))**(5/2), x)","F",0
112,0,0,0,0.000000," ","integrate(csc(b*x+a)/(d*tan(b*x+a))**(5/2),x)","\int \frac{\csc{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)/(d*tan(a + b*x))**(5/2), x)","F",0
113,0,0,0,0.000000," ","integrate(csc(b*x+a)**3/(d*tan(b*x+a))**(5/2),x)","\int \frac{\csc^{3}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(csc(a + b*x)**3/(d*tan(a + b*x))**(5/2), x)","F",0
114,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(5/2)*(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
115,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(3/2)*(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
116,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**(1/2)*(b*tan(f*x+e))**(1/2),x)","\int \sqrt{a \sin{\left(e + f x \right)}} \sqrt{b \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral(sqrt(a*sin(e + f*x))*sqrt(b*tan(e + f*x)), x)","F",0
117,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**(1/2)/(a*sin(f*x+e))**(1/2),x)","\int \frac{\sqrt{b \tan{\left(e + f x \right)}}}{\sqrt{a \sin{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(b*tan(e + f*x))/sqrt(a*sin(e + f*x)), x)","F",0
118,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**(1/2)/(a*sin(f*x+e))**(3/2),x)","\int \frac{\sqrt{b \tan{\left(e + f x \right)}}}{\left(a \sin{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sqrt(b*tan(e + f*x))/(a*sin(e + f*x))**(3/2), x)","F",0
119,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(1/2)/(a*sin(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
120,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(5/2)*(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
121,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(3/2)*(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
122,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(1/2)*(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
123,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(a*sin(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
124,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(a*sin(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
125,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(a*sin(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
126,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(9/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
127,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(7/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
128,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(5/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
129,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(3/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
130,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**(1/2)/(b*tan(f*x+e))**(1/2),x)","\int \frac{\sqrt{a \sin{\left(e + f x \right)}}}{\sqrt{b \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(a*sin(e + f*x))/sqrt(b*tan(e + f*x)), x)","F",0
131,0,0,0,0.000000," ","integrate(1/(a*sin(f*x+e))**(1/2)/(b*tan(f*x+e))**(1/2),x)","\int \frac{1}{\sqrt{a \sin{\left(e + f x \right)}} \sqrt{b \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(1/(sqrt(a*sin(e + f*x))*sqrt(b*tan(e + f*x))), x)","F",0
132,-1,0,0,0.000000," ","integrate(1/(a*sin(f*x+e))**(3/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
133,-1,0,0,0.000000," ","integrate(1/(a*sin(f*x+e))**(5/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
134,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(13/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
135,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(9/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
136,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(5/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
137,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**(1/2)/(b*tan(f*x+e))**(3/2),x)","\int \frac{\sqrt{a \sin{\left(e + f x \right)}}}{\left(b \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sqrt(a*sin(e + f*x))/(b*tan(e + f*x))**(3/2), x)","F",0
138,-1,0,0,0.000000," ","integrate(1/(a*sin(f*x+e))**(3/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
139,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(11/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
140,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(7/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
141,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(3/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
142,-1,0,0,0.000000," ","integrate(1/(a*sin(f*x+e))**(1/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
143,-1,0,0,0.000000," ","integrate(1/(a*sin(f*x+e))**(5/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
144,-1,0,0,0.000000," ","integrate(1/(a*sin(f*x+e))**(9/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
145,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(4/3)*(d*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
146,0,0,0,0.000000," ","integrate((b*sin(f*x+e))**(1/3)*(d*tan(f*x+e))**(1/2),x)","\int \sqrt[3]{b \sin{\left(e + f x \right)}} \sqrt{d \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral((b*sin(e + f*x))**(1/3)*sqrt(d*tan(e + f*x)), x)","F",0
147,0,0,0,0.000000," ","integrate((d*tan(f*x+e))**(1/2)/(b*sin(f*x+e))**(1/3),x)","\int \frac{\sqrt{d \tan{\left(e + f x \right)}}}{\sqrt[3]{b \sin{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))/(b*sin(e + f*x))**(1/3), x)","F",0
148,-1,0,0,0.000000," ","integrate((d*tan(f*x+e))**(1/2)/(b*sin(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
149,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(4/3)*(d*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
150,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(1/3)*(d*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
151,-1,0,0,0.000000," ","integrate((d*tan(f*x+e))**(3/2)/(b*sin(f*x+e))**(1/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
152,-1,0,0,0.000000," ","integrate((d*tan(f*x+e))**(3/2)/(b*sin(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
153,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(1/2)*(d*tan(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
154,0,0,0,0.000000," ","integrate((b*sin(f*x+e))**(1/2)*(d*tan(f*x+e))**(1/3),x)","\int \sqrt{b \sin{\left(e + f x \right)}} \sqrt[3]{d \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral(sqrt(b*sin(e + f*x))*(d*tan(e + f*x))**(1/3), x)","F",0
155,0,0,0,0.000000," ","integrate((b*sin(f*x+e))**(1/2)/(d*tan(f*x+e))**(1/3),x)","\int \frac{\sqrt{b \sin{\left(e + f x \right)}}}{\sqrt[3]{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(b*sin(e + f*x))/(d*tan(e + f*x))**(1/3), x)","F",0
156,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(1/2)/(d*tan(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
157,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(3/2)*(d*tan(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
158,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(3/2)*(d*tan(f*x+e))**(1/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
159,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(3/2)/(d*tan(f*x+e))**(1/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
160,-1,0,0,0.000000," ","integrate((b*sin(f*x+e))**(3/2)/(d*tan(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
161,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m*tan(f*x+e)**3,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \tan^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*tan(e + f*x)**3, x)","F",0
162,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m*tan(f*x+e),x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \tan{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*tan(e + f*x), x)","F",0
163,0,0,0,0.000000," ","integrate(cot(f*x+e)*(a*sin(f*x+e))**m,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \cot{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*cot(e + f*x), x)","F",0
164,0,0,0,0.000000," ","integrate(cot(f*x+e)**3*(a*sin(f*x+e))**m,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \cot^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*cot(e + f*x)**3, x)","F",0
165,0,0,0,0.000000," ","integrate(cot(f*x+e)**5*(a*sin(f*x+e))**m,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \cot^{5}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*cot(e + f*x)**5, x)","F",0
166,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m*tan(f*x+e)**4,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*tan(e + f*x)**4, x)","F",0
167,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m*tan(f*x+e)**2,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*tan(e + f*x)**2, x)","F",0
168,0,0,0,0.000000," ","integrate(cot(f*x+e)**2*(a*sin(f*x+e))**m,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \cot^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*cot(e + f*x)**2, x)","F",0
169,0,0,0,0.000000," ","integrate(cot(f*x+e)**4*(a*sin(f*x+e))**m,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \cot^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*cot(e + f*x)**4, x)","F",0
170,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**m*(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
171,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m*(b*tan(f*x+e))**(1/2),x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \sqrt{b \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*sqrt(b*tan(e + f*x)), x)","F",0
172,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m/(b*tan(f*x+e))**(1/2),x)","\int \frac{\left(a \sin{\left(e + f x \right)}\right)^{m}}{\sqrt{b \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral((a*sin(e + f*x))**m/sqrt(b*tan(e + f*x)), x)","F",0
173,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m/(b*tan(f*x+e))**(3/2),x)","\int \frac{\left(a \sin{\left(e + f x \right)}\right)^{m}}{\left(b \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((a*sin(e + f*x))**m/(b*tan(e + f*x))**(3/2), x)","F",0
174,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**m*(b*tan(f*x+e))**n,x)","\int \left(a \sin{\left(e + f x \right)}\right)^{m} \left(b \tan{\left(e + f x \right)}\right)^{n}\, dx"," ",0,"Integral((a*sin(e + f*x))**m*(b*tan(e + f*x))**n, x)","F",0
175,0,0,0,0.000000," ","integrate(sin(f*x+e)**4*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \sin^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*sin(e + f*x)**4, x)","F",0
176,0,0,0,0.000000," ","integrate(sin(f*x+e)**2*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \sin^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*sin(e + f*x)**2, x)","F",0
177,0,0,0,0.000000," ","integrate(csc(f*x+e)**2*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \csc^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*csc(e + f*x)**2, x)","F",0
178,0,0,0,0.000000," ","integrate(csc(f*x+e)**4*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \csc^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*csc(e + f*x)**4, x)","F",0
179,-1,0,0,0.000000," ","integrate(csc(f*x+e)**6*(b*tan(f*x+e))**n,x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
180,-1,0,0,0.000000," ","integrate(sin(f*x+e)**3*(b*tan(f*x+e))**n,x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
181,0,0,0,0.000000," ","integrate(sin(f*x+e)*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \sin{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*sin(e + f*x), x)","F",0
182,0,0,0,0.000000," ","integrate(csc(f*x+e)*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \csc{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*csc(e + f*x), x)","F",0
183,0,0,0,0.000000," ","integrate(csc(f*x+e)**3*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \csc^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*csc(e + f*x)**3, x)","F",0
184,0,0,0,0.000000," ","integrate(csc(f*x+e)**5*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \csc^{5}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*csc(e + f*x)**5, x)","F",0
185,-1,0,0,0.000000," ","integrate((a*sin(f*x+e))**(3/2)*(b*tan(f*x+e))**n,x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
186,0,0,0,0.000000," ","integrate((a*sin(f*x+e))**(1/2)*(b*tan(f*x+e))**n,x)","\int \sqrt{a \sin{\left(e + f x \right)}} \left(b \tan{\left(e + f x \right)}\right)^{n}\, dx"," ",0,"Integral(sqrt(a*sin(e + f*x))*(b*tan(e + f*x))**n, x)","F",0
187,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**n/(a*sin(f*x+e))**(1/2),x)","\int \frac{\left(b \tan{\left(e + f x \right)}\right)^{n}}{\sqrt{a \sin{\left(e + f x \right)}}}\, dx"," ",0,"Integral((b*tan(e + f*x))**n/sqrt(a*sin(e + f*x)), x)","F",0
188,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**n/(a*sin(f*x+e))**(3/2),x)","\int \frac{\left(b \tan{\left(e + f x \right)}\right)^{n}}{\left(a \sin{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*tan(e + f*x))**n/(a*sin(e + f*x))**(3/2), x)","F",0
189,0,0,0,0.000000," ","integrate((a*cos(f*x+e))**m*(b*tan(f*x+e))**n,x)","\int \left(a \cos{\left(e + f x \right)}\right)^{m} \left(b \tan{\left(e + f x \right)}\right)^{n}\, dx"," ",0,"Integral((a*cos(e + f*x))**m*(b*tan(e + f*x))**n, x)","F",0
190,0,0,0,0.000000," ","integrate((a*tan(f*x+e))**m*(b*tan(f*x+e))**n,x)","\int \left(a \tan{\left(e + f x \right)}\right)^{m} \left(b \tan{\left(e + f x \right)}\right)^{n}\, dx"," ",0,"Integral((a*tan(e + f*x))**m*(b*tan(e + f*x))**n, x)","F",0
191,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(1/2)*tan(f*x+e)**4,x)","\int \sqrt{d \cot{\left(e + f x \right)}} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x))*tan(e + f*x)**4, x)","F",0
192,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(1/2)*tan(f*x+e)**3,x)","\int \sqrt{d \cot{\left(e + f x \right)}} \tan^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x))*tan(e + f*x)**3, x)","F",0
193,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(1/2)*tan(f*x+e)**2,x)","\int \sqrt{d \cot{\left(e + f x \right)}} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x))*tan(e + f*x)**2, x)","F",0
194,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(1/2)*tan(f*x+e),x)","\int \sqrt{d \cot{\left(e + f x \right)}} \tan{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x))*tan(e + f*x), x)","F",0
195,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(1/2),x)","\int \sqrt{d \cot{\left(e + f x \right)}}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x)), x)","F",0
196,0,0,0,0.000000," ","integrate(cot(f*x+e)*(d*cot(f*x+e))**(1/2),x)","\int \sqrt{d \cot{\left(e + f x \right)}} \cot{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x))*cot(e + f*x), x)","F",0
197,0,0,0,0.000000," ","integrate(cot(f*x+e)**2*(d*cot(f*x+e))**(1/2),x)","\int \sqrt{d \cot{\left(e + f x \right)}} \cot^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x))*cot(e + f*x)**2, x)","F",0
198,0,0,0,0.000000," ","integrate(cot(f*x+e)**3*(d*cot(f*x+e))**(1/2),x)","\int \sqrt{d \cot{\left(e + f x \right)}} \cot^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*cot(e + f*x))*cot(e + f*x)**3, x)","F",0
199,-1,0,0,0.000000," ","integrate((d*cot(f*x+e))**(3/2)*tan(f*x+e)**5,x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
200,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(3/2)*tan(f*x+e)**4,x)","\int \left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*cot(e + f*x))**(3/2)*tan(e + f*x)**4, x)","F",0
201,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(3/2)*tan(f*x+e)**3,x)","\int \left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}} \tan^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*cot(e + f*x))**(3/2)*tan(e + f*x)**3, x)","F",0
202,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(3/2)*tan(f*x+e)**2,x)","\int \left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*cot(e + f*x))**(3/2)*tan(e + f*x)**2, x)","F",0
203,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(3/2)*tan(f*x+e),x)","\int \left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}} \tan{\left(e + f x \right)}\, dx"," ",0,"Integral((d*cot(e + f*x))**(3/2)*tan(e + f*x), x)","F",0
204,0,0,0,0.000000," ","integrate((d*cot(f*x+e))**(3/2),x)","\int \left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((d*cot(e + f*x))**(3/2), x)","F",0
205,0,0,0,0.000000," ","integrate(cot(f*x+e)*(d*cot(f*x+e))**(3/2),x)","\int \left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}} \cot{\left(e + f x \right)}\, dx"," ",0,"Integral((d*cot(e + f*x))**(3/2)*cot(e + f*x), x)","F",0
206,0,0,0,0.000000," ","integrate(cot(f*x+e)**2*(d*cot(f*x+e))**(3/2),x)","\int \left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}} \cot^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*cot(e + f*x))**(3/2)*cot(e + f*x)**2, x)","F",0
207,0,0,0,0.000000," ","integrate(tan(f*x+e)**3/(d*cot(f*x+e))**(1/2),x)","\int \frac{\tan^{3}{\left(e + f x \right)}}{\sqrt{d \cot{\left(e + f x \right)}}}\, dx"," ",0,"Integral(tan(e + f*x)**3/sqrt(d*cot(e + f*x)), x)","F",0
208,0,0,0,0.000000," ","integrate(tan(f*x+e)**2/(d*cot(f*x+e))**(1/2),x)","\int \frac{\tan^{2}{\left(e + f x \right)}}{\sqrt{d \cot{\left(e + f x \right)}}}\, dx"," ",0,"Integral(tan(e + f*x)**2/sqrt(d*cot(e + f*x)), x)","F",0
209,0,0,0,0.000000," ","integrate(tan(f*x+e)/(d*cot(f*x+e))**(1/2),x)","\int \frac{\tan{\left(e + f x \right)}}{\sqrt{d \cot{\left(e + f x \right)}}}\, dx"," ",0,"Integral(tan(e + f*x)/sqrt(d*cot(e + f*x)), x)","F",0
210,0,0,0,0.000000," ","integrate(1/(d*cot(f*x+e))**(1/2),x)","\int \frac{1}{\sqrt{d \cot{\left(e + f x \right)}}}\, dx"," ",0,"Integral(1/sqrt(d*cot(e + f*x)), x)","F",0
211,0,0,0,0.000000," ","integrate(cot(f*x+e)/(d*cot(f*x+e))**(1/2),x)","\int \frac{\cot{\left(e + f x \right)}}{\sqrt{d \cot{\left(e + f x \right)}}}\, dx"," ",0,"Integral(cot(e + f*x)/sqrt(d*cot(e + f*x)), x)","F",0
212,0,0,0,0.000000," ","integrate(cot(f*x+e)**2/(d*cot(f*x+e))**(1/2),x)","\int \frac{\cot^{2}{\left(e + f x \right)}}{\sqrt{d \cot{\left(e + f x \right)}}}\, dx"," ",0,"Integral(cot(e + f*x)**2/sqrt(d*cot(e + f*x)), x)","F",0
213,0,0,0,0.000000," ","integrate(cot(f*x+e)**3/(d*cot(f*x+e))**(1/2),x)","\int \frac{\cot^{3}{\left(e + f x \right)}}{\sqrt{d \cot{\left(e + f x \right)}}}\, dx"," ",0,"Integral(cot(e + f*x)**3/sqrt(d*cot(e + f*x)), x)","F",0
214,0,0,0,0.000000," ","integrate(tan(f*x+e)**2/(d*cot(f*x+e))**(3/2),x)","\int \frac{\tan^{2}{\left(e + f x \right)}}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(tan(e + f*x)**2/(d*cot(e + f*x))**(3/2), x)","F",0
215,0,0,0,0.000000," ","integrate(tan(f*x+e)/(d*cot(f*x+e))**(3/2),x)","\int \frac{\tan{\left(e + f x \right)}}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(tan(e + f*x)/(d*cot(e + f*x))**(3/2), x)","F",0
216,0,0,0,0.000000," ","integrate(1/(d*cot(f*x+e))**(3/2),x)","\int \frac{1}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((d*cot(e + f*x))**(-3/2), x)","F",0
217,0,0,0,0.000000," ","integrate(cot(f*x+e)/(d*cot(f*x+e))**(3/2),x)","\int \frac{\cot{\left(e + f x \right)}}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(cot(e + f*x)/(d*cot(e + f*x))**(3/2), x)","F",0
218,0,0,0,0.000000," ","integrate(cot(f*x+e)**2/(d*cot(f*x+e))**(3/2),x)","\int \frac{\cot^{2}{\left(e + f x \right)}}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(cot(e + f*x)**2/(d*cot(e + f*x))**(3/2), x)","F",0
219,0,0,0,0.000000," ","integrate(cot(f*x+e)**3/(d*cot(f*x+e))**(3/2),x)","\int \frac{\cot^{3}{\left(e + f x \right)}}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(cot(e + f*x)**3/(d*cot(e + f*x))**(3/2), x)","F",0
220,0,0,0,0.000000," ","integrate(cot(f*x+e)**4/(d*cot(f*x+e))**(3/2),x)","\int \frac{\cot^{4}{\left(e + f x \right)}}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(cot(e + f*x)**4/(d*cot(e + f*x))**(3/2), x)","F",0
221,0,0,0,0.000000," ","integrate(cot(f*x+e)**5/(d*cot(f*x+e))**(3/2),x)","\int \frac{\cot^{5}{\left(e + f x \right)}}{\left(d \cot{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(cot(e + f*x)**5/(d*cot(e + f*x))**(3/2), x)","F",0
222,0,0,0,0.000000," ","integrate(cot(f*x+e)**m*tan(f*x+e)**n,x)","\int \tan^{n}{\left(e + f x \right)} \cot^{m}{\left(e + f x \right)}\, dx"," ",0,"Integral(tan(e + f*x)**n*cot(e + f*x)**m, x)","F",0
223,0,0,0,0.000000," ","integrate(cot(f*x+e)**m*(b*tan(f*x+e))**n,x)","\int \left(b \tan{\left(e + f x \right)}\right)^{n} \cot^{m}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*tan(e + f*x))**n*cot(e + f*x)**m, x)","F",0
224,0,0,0,0.000000," ","integrate((a*cot(f*x+e))**m*tan(f*x+e)**n,x)","\int \left(a \cot{\left(e + f x \right)}\right)^{m} \tan^{n}{\left(e + f x \right)}\, dx"," ",0,"Integral((a*cot(e + f*x))**m*tan(e + f*x)**n, x)","F",0
225,0,0,0,0.000000," ","integrate((a*cot(f*x+e))**m*(b*tan(f*x+e))**n,x)","\int \left(a \cot{\left(e + f x \right)}\right)^{m} \left(b \tan{\left(e + f x \right)}\right)^{n}\, dx"," ",0,"Integral((a*cot(e + f*x))**m*(b*tan(e + f*x))**n, x)","F",0
226,0,0,0,0.000000," ","integrate(sec(f*x+e)**6*(d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}} \sec^{6}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))*sec(e + f*x)**6, x)","F",0
227,0,0,0,0.000000," ","integrate(sec(f*x+e)**4*(d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}} \sec^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))*sec(e + f*x)**4, x)","F",0
228,0,0,0,0.000000," ","integrate(sec(f*x+e)**2*(d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}} \sec^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))*sec(e + f*x)**2, x)","F",0
229,0,0,0,0.000000," ","integrate((d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x)), x)","F",0
230,0,0,0,0.000000," ","integrate(cos(f*x+e)**2*(d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}} \cos^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))*cos(e + f*x)**2, x)","F",0
231,0,0,0,0.000000," ","integrate(sec(f*x+e)**3*(d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}} \sec^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))*sec(e + f*x)**3, x)","F",0
232,0,0,0,0.000000," ","integrate(sec(f*x+e)*(d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}} \sec{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))*sec(e + f*x), x)","F",0
233,0,0,0,0.000000," ","integrate(cos(f*x+e)*(d*tan(f*x+e))**(1/2),x)","\int \sqrt{d \tan{\left(e + f x \right)}} \cos{\left(e + f x \right)}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))*cos(e + f*x), x)","F",0
234,-1,0,0,0.000000," ","integrate(cos(f*x+e)**3*(d*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
235,-1,0,0,0.000000," ","integrate(cos(f*x+e)**5*(d*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
236,-1,0,0,0.000000," ","integrate(sec(b*x+a)**6*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
237,0,0,0,0.000000," ","integrate(sec(b*x+a)**4*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \sec^{4}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*sec(a + b*x)**4, x)","F",0
238,0,0,0,0.000000," ","integrate(sec(b*x+a)**2*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \sec^{2}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*sec(a + b*x)**2, x)","F",0
239,0,0,0,0.000000," ","integrate((d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2), x)","F",0
240,-1,0,0,0.000000," ","integrate(cos(b*x+a)**2*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
241,0,0,0,0.000000," ","integrate(sec(b*x+a)**5*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \sec^{5}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*sec(a + b*x)**5, x)","F",0
242,0,0,0,0.000000," ","integrate(sec(b*x+a)**3*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \sec^{3}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*sec(a + b*x)**3, x)","F",0
243,0,0,0,0.000000," ","integrate(sec(b*x+a)*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \sec{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*sec(a + b*x), x)","F",0
244,0,0,0,0.000000," ","integrate(cos(b*x+a)*(d*tan(b*x+a))**(3/2),x)","\int \left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}} \cos{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**(3/2)*cos(a + b*x), x)","F",0
245,-1,0,0,0.000000," ","integrate(cos(b*x+a)**3*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
246,-1,0,0,0.000000," ","integrate(cos(b*x+a)**5*(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
247,-1,0,0,0.000000," ","integrate(sec(f*x+e)**6*(d*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
248,-1,0,0,0.000000," ","integrate(sec(f*x+e)**4*(d*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
249,-1,0,0,0.000000," ","integrate(sec(f*x+e)**2*(d*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
250,0,0,0,0.000000," ","integrate((d*tan(f*x+e))**(5/2),x)","\int \left(d \tan{\left(e + f x \right)}\right)^{\frac{5}{2}}\, dx"," ",0,"Integral((d*tan(e + f*x))**(5/2), x)","F",0
251,-1,0,0,0.000000," ","integrate(cos(f*x+e)**2*(d*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
252,-1,0,0,0.000000," ","integrate(cos(f*x+e)**4*(d*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
253,0,0,0,0.000000," ","integrate(sec(f*x+e)**5/(d*tan(f*x+e))**(1/2),x)","\int \frac{\sec^{5}{\left(e + f x \right)}}{\sqrt{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sec(e + f*x)**5/sqrt(d*tan(e + f*x)), x)","F",0
254,0,0,0,0.000000," ","integrate(sec(f*x+e)**3/(d*tan(f*x+e))**(1/2),x)","\int \frac{\sec^{3}{\left(e + f x \right)}}{\sqrt{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sec(e + f*x)**3/sqrt(d*tan(e + f*x)), x)","F",0
255,0,0,0,0.000000," ","integrate(sec(f*x+e)/(d*tan(f*x+e))**(1/2),x)","\int \frac{\sec{\left(e + f x \right)}}{\sqrt{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sec(e + f*x)/sqrt(d*tan(e + f*x)), x)","F",0
256,0,0,0,0.000000," ","integrate(cos(f*x+e)/(d*tan(f*x+e))**(1/2),x)","\int \frac{\cos{\left(e + f x \right)}}{\sqrt{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(cos(e + f*x)/sqrt(d*tan(e + f*x)), x)","F",0
257,-1,0,0,0.000000," ","integrate(cos(f*x+e)**3/(d*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
258,0,0,0,0.000000," ","integrate(sec(b*x+a)**6/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sec^{6}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)**6/(d*tan(a + b*x))**(3/2), x)","F",0
259,0,0,0,0.000000," ","integrate(sec(b*x+a)**4/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sec^{4}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)**4/(d*tan(a + b*x))**(3/2), x)","F",0
260,0,0,0,0.000000," ","integrate(sec(b*x+a)**2/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sec^{2}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)**2/(d*tan(a + b*x))**(3/2), x)","F",0
261,0,0,0,0.000000," ","integrate(1/(d*tan(b*x+a))**(3/2),x)","\int \frac{1}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((d*tan(a + b*x))**(-3/2), x)","F",0
262,0,0,0,0.000000," ","integrate(cos(b*x+a)**2/(d*tan(b*x+a))**(3/2),x)","\int \frac{\cos^{2}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(cos(a + b*x)**2/(d*tan(a + b*x))**(3/2), x)","F",0
263,0,0,0,0.000000," ","integrate(sec(b*x+a)**5/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sec^{5}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)**5/(d*tan(a + b*x))**(3/2), x)","F",0
264,0,0,0,0.000000," ","integrate(sec(b*x+a)**3/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sec^{3}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)**3/(d*tan(a + b*x))**(3/2), x)","F",0
265,0,0,0,0.000000," ","integrate(sec(b*x+a)/(d*tan(b*x+a))**(3/2),x)","\int \frac{\sec{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)/(d*tan(a + b*x))**(3/2), x)","F",0
266,0,0,0,0.000000," ","integrate(cos(b*x+a)/(d*tan(b*x+a))**(3/2),x)","\int \frac{\cos{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(cos(a + b*x)/(d*tan(a + b*x))**(3/2), x)","F",0
267,-1,0,0,0.000000," ","integrate(cos(b*x+a)**3/(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
268,-1,0,0,0.000000," ","integrate(cos(b*x+a)**5/(d*tan(b*x+a))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
269,0,0,0,0.000000," ","integrate(sec(b*x+a)/(d*tan(b*x+a))**(5/2),x)","\int \frac{\sec{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)/(d*tan(a + b*x))**(5/2), x)","F",0
270,0,0,0,0.000000," ","integrate(sec(b*x+a)**3/(d*tan(b*x+a))**(7/2),x)","\int \frac{\sec^{3}{\left(a + b x \right)}}{\left(d \tan{\left(a + b x \right)}\right)^{\frac{7}{2}}}\, dx"," ",0,"Integral(sec(a + b*x)**3/(d*tan(a + b*x))**(7/2), x)","F",0
271,0,0,0,0.000000," ","integrate(sec(f*x+e)**(4/3)*tan(f*x+e)**2,x)","\int \tan^{2}{\left(e + f x \right)} \sec^{\frac{4}{3}}{\left(e + f x \right)}\, dx"," ",0,"Integral(tan(e + f*x)**2*sec(e + f*x)**(4/3), x)","F",0
272,0,0,0,0.000000," ","integrate(sec(f*x+e)**(2/3)*tan(f*x+e)**2,x)","\int \tan^{2}{\left(e + f x \right)} \sec^{\frac{2}{3}}{\left(e + f x \right)}\, dx"," ",0,"Integral(tan(e + f*x)**2*sec(e + f*x)**(2/3), x)","F",0
273,0,0,0,0.000000," ","integrate(sec(f*x+e)**(1/3)*tan(f*x+e)**2,x)","\int \tan^{2}{\left(e + f x \right)} \sqrt[3]{\sec{\left(e + f x \right)}}\, dx"," ",0,"Integral(tan(e + f*x)**2*sec(e + f*x)**(1/3), x)","F",0
274,0,0,0,0.000000," ","integrate(tan(f*x+e)**2/sec(f*x+e)**(1/3),x)","\int \frac{\tan^{2}{\left(e + f x \right)}}{\sqrt[3]{\sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral(tan(e + f*x)**2/sec(e + f*x)**(1/3), x)","F",0
275,0,0,0,0.000000," ","integrate(tan(f*x+e)**2/sec(f*x+e)**(2/3),x)","\int \frac{\tan^{2}{\left(e + f x \right)}}{\sec^{\frac{2}{3}}{\left(e + f x \right)}}\, dx"," ",0,"Integral(tan(e + f*x)**2/sec(e + f*x)**(2/3), x)","F",0
276,-1,0,0,0.000000," ","integrate(sec(f*x+e)**(4/3)*tan(f*x+e)**4,x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
277,0,0,0,0.000000," ","integrate(sec(f*x+e)**(2/3)*tan(f*x+e)**4,x)","\int \tan^{4}{\left(e + f x \right)} \sec^{\frac{2}{3}}{\left(e + f x \right)}\, dx"," ",0,"Integral(tan(e + f*x)**4*sec(e + f*x)**(2/3), x)","F",0
278,0,0,0,0.000000," ","integrate(sec(f*x+e)**(1/3)*tan(f*x+e)**4,x)","\int \tan^{4}{\left(e + f x \right)} \sqrt[3]{\sec{\left(e + f x \right)}}\, dx"," ",0,"Integral(tan(e + f*x)**4*sec(e + f*x)**(1/3), x)","F",0
279,0,0,0,0.000000," ","integrate(tan(f*x+e)**4/sec(f*x+e)**(1/3),x)","\int \frac{\tan^{4}{\left(e + f x \right)}}{\sqrt[3]{\sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral(tan(e + f*x)**4/sec(e + f*x)**(1/3), x)","F",0
280,0,0,0,0.000000," ","integrate(tan(f*x+e)**4/sec(f*x+e)**(2/3),x)","\int \frac{\tan^{4}{\left(e + f x \right)}}{\sec^{\frac{2}{3}}{\left(e + f x \right)}}\, dx"," ",0,"Integral(tan(e + f*x)**4/sec(e + f*x)**(2/3), x)","F",0
281,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(4/3)*tan(f*x+e)**2,x)","\int \left(d \sec{\left(e + f x \right)}\right)^{\frac{4}{3}} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*sec(e + f*x))**(4/3)*tan(e + f*x)**2, x)","F",0
282,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(2/3)*tan(f*x+e)**2,x)","\int \left(d \sec{\left(e + f x \right)}\right)^{\frac{2}{3}} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*sec(e + f*x))**(2/3)*tan(e + f*x)**2, x)","F",0
283,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(1/3)*tan(f*x+e)**2,x)","\int \sqrt[3]{d \sec{\left(e + f x \right)}} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*sec(e + f*x))**(1/3)*tan(e + f*x)**2, x)","F",0
284,0,0,0,0.000000," ","integrate(tan(f*x+e)**2/(d*sec(f*x+e))**(1/3),x)","\int \frac{\tan^{2}{\left(e + f x \right)}}{\sqrt[3]{d \sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral(tan(e + f*x)**2/(d*sec(e + f*x))**(1/3), x)","F",0
285,0,0,0,0.000000," ","integrate(tan(f*x+e)**2/(d*sec(f*x+e))**(2/3),x)","\int \frac{\tan^{2}{\left(e + f x \right)}}{\left(d \sec{\left(e + f x \right)}\right)^{\frac{2}{3}}}\, dx"," ",0,"Integral(tan(e + f*x)**2/(d*sec(e + f*x))**(2/3), x)","F",0
286,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(4/3)*tan(f*x+e)**4,x)","\int \left(d \sec{\left(e + f x \right)}\right)^{\frac{4}{3}} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*sec(e + f*x))**(4/3)*tan(e + f*x)**4, x)","F",0
287,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(2/3)*tan(f*x+e)**4,x)","\int \left(d \sec{\left(e + f x \right)}\right)^{\frac{2}{3}} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*sec(e + f*x))**(2/3)*tan(e + f*x)**4, x)","F",0
288,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(1/3)*tan(f*x+e)**4,x)","\int \sqrt[3]{d \sec{\left(e + f x \right)}} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((d*sec(e + f*x))**(1/3)*tan(e + f*x)**4, x)","F",0
289,0,0,0,0.000000," ","integrate(tan(f*x+e)**4/(d*sec(f*x+e))**(1/3),x)","\int \frac{\tan^{4}{\left(e + f x \right)}}{\sqrt[3]{d \sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral(tan(e + f*x)**4/(d*sec(e + f*x))**(1/3), x)","F",0
290,0,0,0,0.000000," ","integrate(tan(f*x+e)**4/(d*sec(f*x+e))**(2/3),x)","\int \frac{\tan^{4}{\left(e + f x \right)}}{\left(d \sec{\left(e + f x \right)}\right)^{\frac{2}{3}}}\, dx"," ",0,"Integral(tan(e + f*x)**4/(d*sec(e + f*x))**(2/3), x)","F",0
291,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(5/2)*(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
292,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(3/2)*(b*tan(f*x+e))**(1/2),x)","\int \sqrt{b \tan{\left(e + f x \right)}} \left(d \sec{\left(e + f x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral(sqrt(b*tan(e + f*x))*(d*sec(e + f*x))**(3/2), x)","F",0
293,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(1/2)*(b*tan(f*x+e))**(1/2),x)","\int \sqrt{b \tan{\left(e + f x \right)}} \sqrt{d \sec{\left(e + f x \right)}}\, dx"," ",0,"Integral(sqrt(b*tan(e + f*x))*sqrt(d*sec(e + f*x)), x)","F",0
294,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**(1/2)/(d*sec(f*x+e))**(1/2),x)","\int \frac{\sqrt{b \tan{\left(e + f x \right)}}}{\sqrt{d \sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(b*tan(e + f*x))/sqrt(d*sec(e + f*x)), x)","F",0
295,1,53,0,26.004988," ","integrate((b*tan(f*x+e))**(1/2)/(d*sec(f*x+e))**(3/2),x)","\begin{cases} \frac{2 \sqrt{b} \tan^{\frac{3}{2}}{\left(e + f x \right)}}{3 d^{\frac{3}{2}} f \sec^{\frac{3}{2}}{\left(e + f x \right)}} & \text{for}\: f \neq 0 \\\frac{x \sqrt{b \tan{\left(e \right)}}}{\left(d \sec{\left(e \right)}\right)^{\frac{3}{2}}} & \text{otherwise} \end{cases}"," ",0,"Piecewise((2*sqrt(b)*tan(e + f*x)**(3/2)/(3*d**(3/2)*f*sec(e + f*x)**(3/2)), Ne(f, 0)), (x*sqrt(b*tan(e))/(d*sec(e))**(3/2), True))","A",0
296,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**(1/2)/(d*sec(f*x+e))**(5/2),x)","\int \frac{\sqrt{b \tan{\left(e + f x \right)}}}{\left(d \sec{\left(e + f x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(sqrt(b*tan(e + f*x))/(d*sec(e + f*x))**(5/2), x)","F",0
297,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(1/2)/(d*sec(f*x+e))**(7/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
298,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(1/2)/(d*sec(f*x+e))**(9/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
299,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(5/2)*(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
300,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(3/2)*(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
301,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(1/2)*(b*tan(f*x+e))**(3/2),x)","\int \left(b \tan{\left(e + f x \right)}\right)^{\frac{3}{2}} \sqrt{d \sec{\left(e + f x \right)}}\, dx"," ",0,"Integral((b*tan(e + f*x))**(3/2)*sqrt(d*sec(e + f*x)), x)","F",0
302,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(d*sec(f*x+e))**(1/2),x)","\int \frac{\left(b \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\sqrt{d \sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral((b*tan(e + f*x))**(3/2)/sqrt(d*sec(e + f*x)), x)","F",0
303,0,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(d*sec(f*x+e))**(3/2),x)","\int \frac{\left(b \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\left(d \sec{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*tan(e + f*x))**(3/2)/(d*sec(e + f*x))**(3/2), x)","F",0
304,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(d*sec(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
305,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(d*sec(f*x+e))**(7/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
306,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(3/2)/(d*sec(f*x+e))**(9/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
307,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(5/2)*(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
308,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(3/2)*(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
309,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(1/2)*(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
310,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(5/2)/(d*sec(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
311,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(5/2)/(d*sec(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
312,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(5/2)/(d*sec(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
313,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(5/2)/(d*sec(f*x+e))**(7/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
314,-1,0,0,0.000000," ","integrate((b*tan(f*x+e))**(5/2)/(d*sec(f*x+e))**(9/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
315,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(7/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
316,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(5/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
317,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(3/2)/(b*tan(f*x+e))**(1/2),x)","\int \frac{\left(d \sec{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\sqrt{b \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral((d*sec(e + f*x))**(3/2)/sqrt(b*tan(e + f*x)), x)","F",0
318,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(1/2)/(b*tan(f*x+e))**(1/2),x)","\int \frac{\sqrt{d \sec{\left(e + f x \right)}}}{\sqrt{b \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(d*sec(e + f*x))/sqrt(b*tan(e + f*x)), x)","F",0
319,1,51,0,18.995862," ","integrate(1/(d*sec(f*x+e))**(1/2)/(b*tan(f*x+e))**(1/2),x)","\begin{cases} \frac{2 \sqrt{\tan{\left(e + f x \right)}}}{\sqrt{b} \sqrt{d} f \sqrt{\sec{\left(e + f x \right)}}} & \text{for}\: f \neq 0 \\\frac{x}{\sqrt{b \tan{\left(e \right)}} \sqrt{d \sec{\left(e \right)}}} & \text{otherwise} \end{cases}"," ",0,"Piecewise((2*sqrt(tan(e + f*x))/(sqrt(b)*sqrt(d)*f*sqrt(sec(e + f*x))), Ne(f, 0)), (x/(sqrt(b*tan(e))*sqrt(d*sec(e))), True))","A",0
320,0,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(3/2)/(b*tan(f*x+e))**(1/2),x)","\int \frac{1}{\sqrt{b \tan{\left(e + f x \right)}} \left(d \sec{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral(1/(sqrt(b*tan(e + f*x))*(d*sec(e + f*x))**(3/2)), x)","F",0
321,-1,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(5/2)/(b*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
322,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(5/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
323,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(3/2)/(b*tan(f*x+e))**(3/2),x)","\int \frac{\left(d \sec{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\left(b \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((d*sec(e + f*x))**(3/2)/(b*tan(e + f*x))**(3/2), x)","F",0
324,1,53,0,11.008018," ","integrate((d*sec(f*x+e))**(1/2)/(b*tan(f*x+e))**(3/2),x)","\begin{cases} - \frac{2 \sqrt{d} \sqrt{\sec{\left(e + f x \right)}}}{b^{\frac{3}{2}} f \sqrt{\tan{\left(e + f x \right)}}} & \text{for}\: f \neq 0 \\\frac{x \sqrt{d \sec{\left(e \right)}}}{\left(b \tan{\left(e \right)}\right)^{\frac{3}{2}}} & \text{otherwise} \end{cases}"," ",0,"Piecewise((-2*sqrt(d)*sqrt(sec(e + f*x))/(b**(3/2)*f*sqrt(tan(e + f*x))), Ne(f, 0)), (x*sqrt(d*sec(e))/(b*tan(e))**(3/2), True))","A",0
325,0,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(1/2)/(b*tan(f*x+e))**(3/2),x)","\int \frac{1}{\left(b \tan{\left(e + f x \right)}\right)^{\frac{3}{2}} \sqrt{d \sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral(1/((b*tan(e + f*x))**(3/2)*sqrt(d*sec(e + f*x))), x)","F",0
326,-1,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(3/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
327,-1,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(5/2)/(b*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
328,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(7/2)/(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
329,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(5/2)/(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
330,-1,0,0,0.000000," ","integrate((d*sec(f*x+e))**(3/2)/(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
331,0,0,0,0.000000," ","integrate((d*sec(f*x+e))**(1/2)/(b*tan(f*x+e))**(5/2),x)","\int \frac{\sqrt{d \sec{\left(e + f x \right)}}}{\left(b \tan{\left(e + f x \right)}\right)^{\frac{5}{2}}}\, dx"," ",0,"Integral(sqrt(d*sec(e + f*x))/(b*tan(e + f*x))**(5/2), x)","F",0
332,-1,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(1/2)/(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
333,-1,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(3/2)/(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
334,-1,0,0,0.000000," ","integrate(1/(d*sec(f*x+e))**(5/2)/(b*tan(f*x+e))**(5/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
335,-1,0,0,0.000000," ","integrate((b*sec(f*x+e))**(4/3)*(d*tan(f*x+e))**(1/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
336,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(1/3)*(d*tan(f*x+e))**(1/2),x)","\int \sqrt[3]{b \sec{\left(e + f x \right)}} \sqrt{d \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral((b*sec(e + f*x))**(1/3)*sqrt(d*tan(e + f*x)), x)","F",0
337,0,0,0,0.000000," ","integrate((d*tan(f*x+e))**(1/2)/(b*sec(f*x+e))**(1/3),x)","\int \frac{\sqrt{d \tan{\left(e + f x \right)}}}{\sqrt[3]{b \sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))/(b*sec(e + f*x))**(1/3), x)","F",0
338,0,0,0,0.000000," ","integrate((d*tan(f*x+e))**(1/2)/(b*sec(f*x+e))**(4/3),x)","\int \frac{\sqrt{d \tan{\left(e + f x \right)}}}{\left(b \sec{\left(e + f x \right)}\right)^{\frac{4}{3}}}\, dx"," ",0,"Integral(sqrt(d*tan(e + f*x))/(b*sec(e + f*x))**(4/3), x)","F",0
339,-1,0,0,0.000000," ","integrate((b*sec(f*x+e))**(4/3)*(d*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
340,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(1/3)*(d*tan(f*x+e))**(3/2),x)","\int \sqrt[3]{b \sec{\left(e + f x \right)}} \left(d \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}\, dx"," ",0,"Integral((b*sec(e + f*x))**(1/3)*(d*tan(e + f*x))**(3/2), x)","F",0
341,0,0,0,0.000000," ","integrate((d*tan(f*x+e))**(3/2)/(b*sec(f*x+e))**(1/3),x)","\int \frac{\left(d \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\sqrt[3]{b \sec{\left(e + f x \right)}}}\, dx"," ",0,"Integral((d*tan(e + f*x))**(3/2)/(b*sec(e + f*x))**(1/3), x)","F",0
342,0,0,0,0.000000," ","integrate((d*tan(f*x+e))**(3/2)/(b*sec(f*x+e))**(4/3),x)","\int \frac{\left(d \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\left(b \sec{\left(e + f x \right)}\right)^{\frac{4}{3}}}\, dx"," ",0,"Integral((d*tan(e + f*x))**(3/2)/(b*sec(e + f*x))**(4/3), x)","F",0
343,-1,0,0,0.000000," ","integrate((b*sec(f*x+e))**(1/2)*(d*tan(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
344,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(1/2)*(d*tan(f*x+e))**(1/3),x)","\int \sqrt{b \sec{\left(e + f x \right)}} \sqrt[3]{d \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral(sqrt(b*sec(e + f*x))*(d*tan(e + f*x))**(1/3), x)","F",0
345,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(1/2)/(d*tan(f*x+e))**(1/3),x)","\int \frac{\sqrt{b \sec{\left(e + f x \right)}}}{\sqrt[3]{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral(sqrt(b*sec(e + f*x))/(d*tan(e + f*x))**(1/3), x)","F",0
346,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(1/2)/(d*tan(f*x+e))**(4/3),x)","\int \frac{\sqrt{b \sec{\left(e + f x \right)}}}{\left(d \tan{\left(e + f x \right)}\right)^{\frac{4}{3}}}\, dx"," ",0,"Integral(sqrt(b*sec(e + f*x))/(d*tan(e + f*x))**(4/3), x)","F",0
347,-1,0,0,0.000000," ","integrate((b*sec(f*x+e))**(3/2)*(d*tan(f*x+e))**(4/3),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
348,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(3/2)*(d*tan(f*x+e))**(1/3),x)","\int \left(b \sec{\left(e + f x \right)}\right)^{\frac{3}{2}} \sqrt[3]{d \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral((b*sec(e + f*x))**(3/2)*(d*tan(e + f*x))**(1/3), x)","F",0
349,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(3/2)/(d*tan(f*x+e))**(1/3),x)","\int \frac{\left(b \sec{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\sqrt[3]{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral((b*sec(e + f*x))**(3/2)/(d*tan(e + f*x))**(1/3), x)","F",0
350,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**(3/2)/(d*tan(f*x+e))**(4/3),x)","\int \frac{\left(b \sec{\left(e + f x \right)}\right)^{\frac{3}{2}}}{\left(d \tan{\left(e + f x \right)}\right)^{\frac{4}{3}}}\, dx"," ",0,"Integral((b*sec(e + f*x))**(3/2)/(d*tan(e + f*x))**(4/3), x)","F",0
351,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**m*tan(f*x+e)**5,x)","\begin{cases} x \left(b \sec{\left(e \right)}\right)^{m} \tan^{5}{\left(e \right)} & \text{for}\: f = 0 \\\frac{\int \frac{\tan^{5}{\left(e + f x \right)}}{\sec^{4}{\left(e + f x \right)}}\, dx}{b^{4}} & \text{for}\: m = -4 \\\frac{\int \frac{\tan^{5}{\left(e + f x \right)}}{\sec^{2}{\left(e + f x \right)}}\, dx}{b^{2}} & \text{for}\: m = -2 \\\frac{\log{\left(\tan^{2}{\left(e + f x \right)} + 1 \right)}}{2 f} + \frac{\tan^{4}{\left(e + f x \right)}}{4 f} - \frac{\tan^{2}{\left(e + f x \right)}}{2 f} & \text{for}\: m = 0 \\\frac{b^{m} m^{2} \tan^{4}{\left(e + f x \right)} \sec^{m}{\left(e + f x \right)}}{f m^{3} + 6 f m^{2} + 8 f m} + \frac{2 b^{m} m \tan^{4}{\left(e + f x \right)} \sec^{m}{\left(e + f x \right)}}{f m^{3} + 6 f m^{2} + 8 f m} - \frac{4 b^{m} m \tan^{2}{\left(e + f x \right)} \sec^{m}{\left(e + f x \right)}}{f m^{3} + 6 f m^{2} + 8 f m} + \frac{8 b^{m} \sec^{m}{\left(e + f x \right)}}{f m^{3} + 6 f m^{2} + 8 f m} & \text{otherwise} \end{cases}"," ",0,"Piecewise((x*(b*sec(e))**m*tan(e)**5, Eq(f, 0)), (Integral(tan(e + f*x)**5/sec(e + f*x)**4, x)/b**4, Eq(m, -4)), (Integral(tan(e + f*x)**5/sec(e + f*x)**2, x)/b**2, Eq(m, -2)), (log(tan(e + f*x)**2 + 1)/(2*f) + tan(e + f*x)**4/(4*f) - tan(e + f*x)**2/(2*f), Eq(m, 0)), (b**m*m**2*tan(e + f*x)**4*sec(e + f*x)**m/(f*m**3 + 6*f*m**2 + 8*f*m) + 2*b**m*m*tan(e + f*x)**4*sec(e + f*x)**m/(f*m**3 + 6*f*m**2 + 8*f*m) - 4*b**m*m*tan(e + f*x)**2*sec(e + f*x)**m/(f*m**3 + 6*f*m**2 + 8*f*m) + 8*b**m*sec(e + f*x)**m/(f*m**3 + 6*f*m**2 + 8*f*m), True))","F",0
352,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**m*tan(f*x+e)**3,x)","\begin{cases} x \left(b \sec{\left(e \right)}\right)^{m} \tan^{3}{\left(e \right)} & \text{for}\: f = 0 \\\frac{\int \frac{\tan^{3}{\left(e + f x \right)}}{\sec^{2}{\left(e + f x \right)}}\, dx}{b^{2}} & \text{for}\: m = -2 \\- \frac{\log{\left(\tan^{2}{\left(e + f x \right)} + 1 \right)}}{2 f} + \frac{\tan^{2}{\left(e + f x \right)}}{2 f} & \text{for}\: m = 0 \\\frac{b^{m} m \tan^{2}{\left(e + f x \right)} \sec^{m}{\left(e + f x \right)}}{f m^{2} + 2 f m} - \frac{2 b^{m} \sec^{m}{\left(e + f x \right)}}{f m^{2} + 2 f m} & \text{otherwise} \end{cases}"," ",0,"Piecewise((x*(b*sec(e))**m*tan(e)**3, Eq(f, 0)), (Integral(tan(e + f*x)**3/sec(e + f*x)**2, x)/b**2, Eq(m, -2)), (-log(tan(e + f*x)**2 + 1)/(2*f) + tan(e + f*x)**2/(2*f), Eq(m, 0)), (b**m*m*tan(e + f*x)**2*sec(e + f*x)**m/(f*m**2 + 2*f*m) - 2*b**m*sec(e + f*x)**m/(f*m**2 + 2*f*m), True))","F",0
353,1,44,0,0.420847," ","integrate((b*sec(f*x+e))**m*tan(f*x+e),x)","\begin{cases} x \tan{\left(e \right)} & \text{for}\: f = 0 \wedge m = 0 \\x \left(b \sec{\left(e \right)}\right)^{m} \tan{\left(e \right)} & \text{for}\: f = 0 \\\frac{\log{\left(\tan^{2}{\left(e + f x \right)} + 1 \right)}}{2 f} & \text{for}\: m = 0 \\\frac{b^{m} \sec^{m}{\left(e + f x \right)}}{f m} & \text{otherwise} \end{cases}"," ",0,"Piecewise((x*tan(e), Eq(f, 0) & Eq(m, 0)), (x*(b*sec(e))**m*tan(e), Eq(f, 0)), (log(tan(e + f*x)**2 + 1)/(2*f), Eq(m, 0)), (b**m*sec(e + f*x)**m/(f*m), True))","A",0
354,0,0,0,0.000000," ","integrate(cot(f*x+e)*(b*sec(f*x+e))**m,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \cot{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*cot(e + f*x), x)","F",0
355,0,0,0,0.000000," ","integrate(cot(f*x+e)**3*(b*sec(f*x+e))**m,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \cot^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*cot(e + f*x)**3, x)","F",0
356,0,0,0,0.000000," ","integrate(cot(f*x+e)**5*(b*sec(f*x+e))**m,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \cot^{5}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*cot(e + f*x)**5, x)","F",0
357,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**m*tan(f*x+e)**4,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*tan(e + f*x)**4, x)","F",0
358,0,0,0,0.000000," ","integrate((b*sec(f*x+e))**m*tan(f*x+e)**2,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*tan(e + f*x)**2, x)","F",0
359,0,0,0,0.000000," ","integrate(cot(f*x+e)**2*(b*sec(f*x+e))**m,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \cot^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*cot(e + f*x)**2, x)","F",0
360,0,0,0,0.000000," ","integrate(cot(f*x+e)**4*(b*sec(f*x+e))**m,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \cot^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*cot(e + f*x)**4, x)","F",0
361,0,0,0,0.000000," ","integrate(cot(f*x+e)**6*(b*sec(f*x+e))**m,x)","\int \left(b \sec{\left(e + f x \right)}\right)^{m} \cot^{6}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*sec(e + f*x))**m*cot(e + f*x)**6, x)","F",0
362,0,0,0,0.000000," ","integrate((a*sec(f*x+e))**m*(b*tan(f*x+e))**n,x)","\int \left(a \sec{\left(e + f x \right)}\right)^{m} \left(b \tan{\left(e + f x \right)}\right)^{n}\, dx"," ",0,"Integral((a*sec(e + f*x))**m*(b*tan(e + f*x))**n, x)","F",0
363,0,0,0,0.000000," ","integrate(sec(b*x+a)**6*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \sec^{6}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*sec(a + b*x)**6, x)","F",0
364,0,0,0,0.000000," ","integrate(sec(b*x+a)**4*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \sec^{4}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*sec(a + b*x)**4, x)","F",0
365,0,0,0,0.000000," ","integrate(sec(b*x+a)**2*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \sec^{2}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*sec(a + b*x)**2, x)","F",0
366,0,0,0,0.000000," ","integrate((d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n}\, dx"," ",0,"Integral((d*tan(a + b*x))**n, x)","F",0
367,0,0,0,0.000000," ","integrate(cos(b*x+a)**2*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \cos^{2}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*cos(a + b*x)**2, x)","F",0
368,0,0,0,0.000000," ","integrate(cos(b*x+a)**4*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \cos^{4}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*cos(a + b*x)**4, x)","F",0
369,0,0,0,0.000000," ","integrate(sec(b*x+a)**5*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \sec^{5}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*sec(a + b*x)**5, x)","F",0
370,0,0,0,0.000000," ","integrate(sec(b*x+a)**3*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \sec^{3}{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*sec(a + b*x)**3, x)","F",0
371,0,0,0,0.000000," ","integrate(sec(b*x+a)*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \sec{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*sec(a + b*x), x)","F",0
372,0,0,0,0.000000," ","integrate(cos(b*x+a)*(d*tan(b*x+a))**n,x)","\int \left(d \tan{\left(a + b x \right)}\right)^{n} \cos{\left(a + b x \right)}\, dx"," ",0,"Integral((d*tan(a + b*x))**n*cos(a + b*x), x)","F",0
373,-1,0,0,0.000000," ","integrate(cos(b*x+a)**3*(d*tan(b*x+a))**n,x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
374,0,0,0,0.000000," ","integrate((b*csc(f*x+e))**m*tan(f*x+e)**3,x)","\int \left(b \csc{\left(e + f x \right)}\right)^{m} \tan^{3}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*csc(e + f*x))**m*tan(e + f*x)**3, x)","F",0
375,0,0,0,0.000000," ","integrate((b*csc(f*x+e))**m*tan(f*x+e),x)","\int \left(b \csc{\left(e + f x \right)}\right)^{m} \tan{\left(e + f x \right)}\, dx"," ",0,"Integral((b*csc(e + f*x))**m*tan(e + f*x), x)","F",0
376,1,56,0,0.426568," ","integrate(cot(f*x+e)*(b*csc(f*x+e))**m,x)","\begin{cases} x \cot{\left(e \right)} & \text{for}\: f = 0 \wedge m = 0 \\x \left(b \csc{\left(e \right)}\right)^{m} \cot{\left(e \right)} & \text{for}\: f = 0 \\- \frac{\log{\left(\tan^{2}{\left(e + f x \right)} + 1 \right)}}{2 f} + \frac{\log{\left(\tan{\left(e + f x \right)} \right)}}{f} & \text{for}\: m = 0 \\- \frac{b^{m} \csc^{m}{\left(e + f x \right)}}{f m} & \text{otherwise} \end{cases}"," ",0,"Piecewise((x*cot(e), Eq(f, 0) & Eq(m, 0)), (x*(b*csc(e))**m*cot(e), Eq(f, 0)), (-log(tan(e + f*x)**2 + 1)/(2*f) + log(tan(e + f*x))/f, Eq(m, 0)), (-b**m*csc(e + f*x)**m/(f*m), True))","A",0
377,0,0,0,0.000000," ","integrate(cot(f*x+e)**3*(b*csc(f*x+e))**m,x)","\begin{cases} x \left(b \csc{\left(e \right)}\right)^{m} \cot^{3}{\left(e \right)} & \text{for}\: f = 0 \\\frac{\int \frac{\cot^{3}{\left(e + f x \right)}}{\csc^{2}{\left(e + f x \right)}}\, dx}{b^{2}} & \text{for}\: m = -2 \\\frac{\log{\left(\tan^{2}{\left(e + f x \right)} + 1 \right)}}{2 f} - \frac{\log{\left(\tan{\left(e + f x \right)} \right)}}{f} - \frac{1}{2 f \tan^{2}{\left(e + f x \right)}} & \text{for}\: m = 0 \\- \frac{b^{m} m \cot^{2}{\left(e + f x \right)} \csc^{m}{\left(e + f x \right)}}{f m^{2} + 2 f m} + \frac{2 b^{m} \csc^{m}{\left(e + f x \right)}}{f m^{2} + 2 f m} & \text{otherwise} \end{cases}"," ",0,"Piecewise((x*(b*csc(e))**m*cot(e)**3, Eq(f, 0)), (Integral(cot(e + f*x)**3/csc(e + f*x)**2, x)/b**2, Eq(m, -2)), (log(tan(e + f*x)**2 + 1)/(2*f) - log(tan(e + f*x))/f - 1/(2*f*tan(e + f*x)**2), Eq(m, 0)), (-b**m*m*cot(e + f*x)**2*csc(e + f*x)**m/(f*m**2 + 2*f*m) + 2*b**m*csc(e + f*x)**m/(f*m**2 + 2*f*m), True))","F",0
378,-1,0,0,0.000000," ","integrate(cot(f*x+e)**5*(b*csc(f*x+e))**m,x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
379,0,0,0,0.000000," ","integrate((b*csc(f*x+e))**m*tan(f*x+e)**4,x)","\int \left(b \csc{\left(e + f x \right)}\right)^{m} \tan^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*csc(e + f*x))**m*tan(e + f*x)**4, x)","F",0
380,0,0,0,0.000000," ","integrate((b*csc(f*x+e))**m*tan(f*x+e)**2,x)","\int \left(b \csc{\left(e + f x \right)}\right)^{m} \tan^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*csc(e + f*x))**m*tan(e + f*x)**2, x)","F",0
381,0,0,0,0.000000," ","integrate(cot(f*x+e)**2*(b*csc(f*x+e))**m,x)","\int \left(b \csc{\left(e + f x \right)}\right)^{m} \cot^{2}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*csc(e + f*x))**m*cot(e + f*x)**2, x)","F",0
382,0,0,0,0.000000," ","integrate(cot(f*x+e)**4*(b*csc(f*x+e))**m,x)","\int \left(b \csc{\left(e + f x \right)}\right)^{m} \cot^{4}{\left(e + f x \right)}\, dx"," ",0,"Integral((b*csc(e + f*x))**m*cot(e + f*x)**4, x)","F",0
383,-1,0,0,0.000000," ","integrate((b*csc(f*x+e))**m*(d*tan(f*x+e))**(3/2),x)","\text{Timed out}"," ",0,"Timed out","F(-1)",0
384,0,0,0,0.000000," ","integrate((b*csc(f*x+e))**m*(d*tan(f*x+e))**(1/2),x)","\int \left(b \csc{\left(e + f x \right)}\right)^{m} \sqrt{d \tan{\left(e + f x \right)}}\, dx"," ",0,"Integral((b*csc(e + f*x))**m*sqrt(d*tan(e + f*x)), x)","F",0
385,0,0,0,0.000000," ","integrate((b*csc(f*x+e))**m/(d*tan(f*x+e))**(1/2),x)","\int \frac{\left(b \csc{\left(e + f x \right)}\right)^{m}}{\sqrt{d \tan{\left(e + f x \right)}}}\, dx"," ",0,"Integral((b*csc(e + f*x))**m/sqrt(d*tan(e + f*x)), x)","F",0
386,0,0,0,0.000000," ","integrate((b*csc(f*x+e))**m/(d*tan(f*x+e))**(3/2),x)","\int \frac{\left(b \csc{\left(e + f x \right)}\right)^{m}}{\left(d \tan{\left(e + f x \right)}\right)^{\frac{3}{2}}}\, dx"," ",0,"Integral((b*csc(e + f*x))**m/(d*tan(e + f*x))**(3/2), x)","F",0
387,0,0,0,0.000000," ","integrate((a*csc(f*x+e))**m*(b*tan(f*x+e))**n,x)","\int \left(a \csc{\left(e + f x \right)}\right)^{m} \left(b \tan{\left(e + f x \right)}\right)^{n}\, dx"," ",0,"Integral((a*csc(e + f*x))**m*(b*tan(e + f*x))**n, x)","F",0
